home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / lib / mntlib44.zoo / mntlib / getppid.c < prev    next >
C/C++ Source or Header  |  1994-03-01  |  194b  |  13 lines

  1. #include <osbind.h>
  2. #include <unistd.h>
  3. #include <basepage.h>
  4. #include <mintbind.h>
  5.  
  6. extern int __mint;
  7.  
  8. int
  9. getppid()
  10. {
  11.   return __mint ? Pgetppid() : (int) (((long)(_base->p_parent)) >> 8);
  12. }
  13.